home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / masdir43.arc / BROWSE.DOC next >
Text File  |  1989-06-19  |  1KB  |  22 lines

  1. BROWSE.EXE   --   Display ASCII Files   --  A Public Domain Utility
  2.  
  3. BROWSE is programmmed in assembly language for MS-DOS computers.
  4. Much of the code for BROWSE was adapted from the sample program named
  5. SHOW.ASM included with Microsoft Macro Assembler (MASM).  The MASM
  6. documentation declares that the sample programs are in the public domain.
  7.  
  8. BROWSE is available on the MASDIR disk under the name SDL_SHOW.EXE.  If
  9. you want to use it, copy it to your utility directory under the name
  10. BROWSE.EXE (or whatever name you prefer).  To display an ASCII file at the
  11. DOS prompt, just enter BROWSE with and optional file specification, e.g.
  12.  
  13. BROWSE browse.doc
  14.  
  15. You may use the cursor keys to page through the file, and when finished
  16. just press Esc to exit.  A much more useful browsing utility is Vern
  17. Buerg's LIST which is available as a Shareware program.  If BROWSE does
  18. not satisfy your requirements you should get and register a copy of LIST.
  19. LIST is available on electronic bulletin board systems (BBS's) and from
  20. other sources of publicly available software such as GENIE, CompuServe,
  21. The Public (software) Library, and PC-SIG.
  22.